home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python-chardet.preinst < prev    next >
Text File  |  2008-11-05  |  2KB  |  55 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_pycentral
  4. if which pycentral >/dev/null 2>&1 && pycentral --help 2>/dev/null | grep -q '^ *version'; then
  5.     pycentral pkgprepare python-chardet <<PYEOF
  6. [python-package]
  7. format = 1
  8. python-version = all
  9. [pycentral]
  10. version = 0.6.7
  11. [files]
  12. /usr/share/pyshared/chardet=d
  13. /usr/share/pyshared/chardet/escsm.py=f
  14. /usr/share/pyshared/chardet/big5prober.py=f
  15. /usr/share/pyshared/chardet/codingstatemachine.py=f
  16. /usr/share/pyshared/chardet/jpcntx.py=f
  17. /usr/share/pyshared/chardet/gb2312freq.py=f
  18. /usr/share/pyshared/chardet/langgreekmodel.py=f
  19. /usr/share/pyshared/chardet/euckrprober.py=f
  20. /usr/share/pyshared/chardet/eucjpprober.py=f
  21. /usr/share/pyshared/chardet/escprober.py=f
  22. /usr/share/pyshared/chardet/sjisprober.py=f
  23. /usr/share/pyshared/chardet/big5freq.py=f
  24. /usr/share/pyshared/chardet/sbcsgroupprober.py=f
  25. /usr/share/pyshared/chardet/euctwfreq.py=f
  26. /usr/share/pyshared/chardet/mbcsgroupprober.py=f
  27. /usr/share/pyshared/chardet/sbcharsetprober.py=f
  28. /usr/share/pyshared/chardet/constants.py=f
  29. /usr/share/pyshared/chardet/euctwprober.py=f
  30. /usr/share/pyshared/chardet/hebrewprober.py=f
  31. /usr/share/pyshared/chardet/langhebrewmodel.py=f
  32. /usr/share/pyshared/chardet/utf8prober.py=f
  33. /usr/share/pyshared/chardet/universaldetector.py=f
  34. /usr/share/pyshared/chardet/chardistribution.py=f
  35. /usr/share/pyshared/chardet/__init__.py=f
  36. /usr/share/pyshared/chardet/jisfreq.py=f
  37. /usr/share/pyshared/chardet/mbcssm.py=f
  38. /usr/share/pyshared/chardet/euckrfreq.py=f
  39. /usr/share/pyshared/chardet/langthaimodel.py=f
  40. /usr/share/pyshared/chardet/latin1prober.py=f
  41. /usr/share/pyshared/chardet/charsetprober.py=f
  42. /usr/share/pyshared/chardet/gb2312prober.py=f
  43. /usr/share/pyshared/chardet/langcyrillicmodel.py=f
  44. /usr/share/pyshared/chardet/langhungarianmodel.py=f
  45. /usr/share/pyshared/chardet/charsetgroupprober.py=f
  46. /usr/share/pyshared/chardet/langbulgarianmodel.py=f
  47. /usr/share/pyshared/chardet/mbcharsetprober.py=f
  48. /usr/share/pyshared/chardet-1.0.1.egg-info=f
  49. PYEOF
  50. else
  51.     mkdir -p /var/lib/pycentral
  52.     echo python-chardet >> /var/lib/pycentral/delayed-pkgs
  53. fi
  54. # End automatically added section
  55.